|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.GridBagConstraints
com.sabro.jbusiness.gui.formConjuntos.ConjuntosLista.GBCHelper
public class ConjuntosLista.GBCHelper
Classe fachada para agilizar o uso de Layout Constraints
Field Summary |
---|
Fields inherited from class java.awt.GridBagConstraints |
---|
ABOVE_BASELINE, ABOVE_BASELINE_LEADING, ABOVE_BASELINE_TRAILING, anchor, BASELINE, BASELINE_LEADING, BASELINE_TRAILING, BELOW_BASELINE, BELOW_BASELINE_LEADING, BELOW_BASELINE_TRAILING, BOTH, CENTER, EAST, fill, FIRST_LINE_END, FIRST_LINE_START, gridheight, gridwidth, gridx, gridy, HORIZONTAL, insets, ipadx, ipady, LAST_LINE_END, LAST_LINE_START, LINE_END, LINE_START, NONE, NORTH, NORTHEAST, NORTHWEST, PAGE_END, PAGE_START, RELATIVE, REMAINDER, SOUTH, SOUTHEAST, SOUTHWEST, VERTICAL, weightx, weighty, WEST |
Constructor Summary | |
---|---|
ConjuntosLista.GBCHelper()
|
|
ConjuntosLista.GBCHelper(java.awt.Insets insets)
|
Method Summary | |
---|---|
ConjuntosLista.GBCHelper |
buildLayout(int x,
int y,
int fill)
|
ConjuntosLista.GBCHelper |
buildLayout(int x,
int y,
int fill,
int anchor)
|
ConjuntosLista.GBCHelper |
buildLayout(int x,
int y,
int fill,
int anchor,
java.awt.Insets insets)
|
ConjuntosLista.GBCHelper |
setGridheight(int height)
|
ConjuntosLista.GBCHelper |
setGridwidth(int width)
|
ConjuntosLista.GBCHelper |
setWeightx(double x)
|
ConjuntosLista.GBCHelper |
setWeighty(double y)
|
Methods inherited from class java.awt.GridBagConstraints |
---|
clone |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConjuntosLista.GBCHelper()
public ConjuntosLista.GBCHelper(java.awt.Insets insets)
Method Detail |
---|
public ConjuntosLista.GBCHelper buildLayout(int x, int y, int fill, int anchor, java.awt.Insets insets)
public ConjuntosLista.GBCHelper buildLayout(int x, int y, int fill, int anchor)
public ConjuntosLista.GBCHelper buildLayout(int x, int y, int fill)
public ConjuntosLista.GBCHelper setGridheight(int height)
public ConjuntosLista.GBCHelper setGridwidth(int width)
public ConjuntosLista.GBCHelper setWeightx(double x)
public ConjuntosLista.GBCHelper setWeighty(double y)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |